DescribeSecurityEventOperationStatus
Description
call DescribeSecurityEventOperationStatus query to batch process the processing status list of all alarms triggered by the same rule or the same rule type.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeSecurityEventOperationStatus
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
TaskId | BODY | long | No | 12121 | ID of the task that handles security alarm events. |
SecurityEventIds.N | BODY | repeatlist | No | ["909361"] | ID list of security alarm events. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
SecurityEventOperationStatuses | array | No sample value for this parameter. | the same security alarm event processing status list. |
Status | string | Success | the processing status of security alerts. Processing: task processing Success: The task was successfully executed Failed: task execution failed |
SecurityEventId | string | 12321 | ID of the security alarm event. |
SecurityEventOperationStatusResponse | struct | No sample value for this parameter. | the result of the security alarm event processing status is returned. |
RequestId | string | 1683940A-E4AE-4473-8C40-F4075434B76B | request ID of the result. |
ErrorCode | string | ignore.Success | return Code information for handling security alarm events. |
TaskStatus | string | Success | task status for handling security alarm events. Processing: processing Success: processing successfully Failure: processing failed Pending: waiting |
Example
Successful Response example
{
"SecurityEventOperationStatuses":"",
"Status":"Success",
"SecurityEventId":"12321",
"SecurityEventOperationStatusResponse":"",
"RequestId":"1683940A-E4AE-4473-8C40-F4075434B76B",
"ErrorCode":"ignore.Success",
"TaskStatus":"Success"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}